Manager: List Manager
Carbon will fully support the List Manager. Applications that use custom list definition procedures (also known as LDEFs) work correctly; however, you must compile them as PowerPC-native code.
Apple encourages you to revise your application so that it accesses the data structures defined by the List Manager only through accessor functions. The use of these accessor functions, to be provided soon, will give your application greater threading flexibility in Mac OS X. Furthermore, you are encouraged to use the functions provided for creating and disposing of List Manager data structures. In Mac OS X, applications might not be allowed to create and dispose of List Manager data structures except by calling List Manager functions.
LActivate
LAddColumn
LAddRow
LAddToCell
laddtocell
Use LAddToCell instead.
LAutoScroll
LCellSize
lcellsize
Use LCellSize instead.
LClick
lclick
Use LClick instead.
LClrCell
lclrcell
Use LClrCell instead.
LDelColumn
LDelRow
LDispose
LDraw
ldraw
Use LDraw instead.
LGetCell
lgetcell
Use LGetCell instead.
LGetCellDataLocation
lgetcelldatalocation
Use LGetCellDataLocation instead.
LGetSelect
LLastClick
LNew
lnew
Use LNew instead.
LNextCell
LRect
lrect
Use LRect instead.
LScroll
LSearch
LSetCell
lsetcell
Use LSetCell instead.
LSetDrawingMode
LSetSelect
lsetselect
Use LSetSelect instead.
LSize
LUpdate
[Table of Contents] [Function Index]
Generated on: 2/12/99. Copyright 1998 Apple Computer, Inc. All rights reserved.